Namespace - LJCNetCommon
Parameters
cipher - The cipher byte array.
key - The encryption key.
initializationVector - The IV value.
Returns
The decrypted byte array.
Syntax
C# |
public Byte[] DecryptBytes(Byte[] cipher, Byte[] key, Byte[] initializationVector)
|
Returns a decrypted byte array from a cipher byte array.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.